Skip to main content

Register as a compute provider

Providers are a vital element of the Atlas Network. They bring computing resources (machines) to the Network to run all manner of workloads.

Becoming a provider of high-availability, decentralized compute power requires:

  1. Registering as a provider
  2. Adding Machines

This page details these two quests, with video and step-by-step guides.

Prerequisites

info

As an early-bird offer, providers may register without any Testnet $NODE.

tip

Remember to top up with Arbitrum Sepolia ETH. Consider the:

Quest: Register as a compute provider

Step 1. Connect and register

Connect your wallet to our provider dashboard.

tip

Use the "Show me" tab or video if you need assistance.

Quest: Add machine

info

For the incentivized Atlas Network Testnet, we have dialed down the compute demands as low as possible to enable more of our community to join the Proof of Concept round.

Step 2. Create a unique identifier for your compute

Add a machine from our provider dashboard to get an unique identifier for the high-availability, decentralized compute power you will make available to Atlas NetworkTestnet.

tip

Use the "Show me" tab or video if you need assistance.

Step 3. Make the compute available to Atlas Network Testnet

info

Your machine will remain in "PENDING" status until the command you generated in Step 2 is executed on that machine.

Run the command provided in Step 2 on the Machine you wish to add, this links it to its unique identifier and then stake to secure the machine.

To view your machines, click on ACTIVE Machine. New machines can take several minutes to display these details.

tip

Use the "Show me" tab or video if you need assistance.

Gotchas

Troubleshoot faucets

Faucet providers have varying demands, some:

  • Require some on-chain history (disallowing burner wallets)
  • A mainnet ETH balance of at least 0.01 ETH
  • A mainnet token of the mainnet network to acquire testnet tokens
  • Require you to register and, even then, fail to provide a faucet that distributes testnet tokens

Troubleshoot adding a machine

Providing compute is a developer level task. If you're punching up, don't worry, we got you!

An error such as cannot create regular file '/usr/local/bin/atlasnetwork-provider': Permission denied means you didn't create a user account at root for Atlas Network with the correct permissions to run the code.

You can get around this on Ubuntu with sudo. That means:

  • curl -L https://get.atlasnetwork.dev | sh -s - 9zvmdvJ****Identifier*****w9PHZwP becomes
  • sudo curl -L https://get.atlasnetwork.dev | sudo sh -s - 9zvmdvJ****Identifier*****w9PHZwP

What Next?

If you have run out of bare metal or compute resources, don't worry, many cloud provider give you credits to use. Consider following the tutorial on provisioning a machine with GCP.